visitParenthesizedDirectlyAssignableExpression
open fun visitParenthesizedDirectlyAssignableExpression(ctx: KotlinParser.ParenthesizedDirectlyAssignableExpressionContext): T
Visit a parse tree produced by KotlinParser#parenthesizedDirectlyAssignableExpression.
The default implementation returns the result of calling visitChildren on ctx
.